Topic Modelling

  1. Lowercasing
  2. Split tweets into lists
  3. Strip punctuation etc.

In [1]:
from IPython.core.display import HTML
styles = open("../css/custom.css", "r").read()
HTML(styles)


Out[1]:

In [ ]: